Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NArrayHelpers<T> Class / jUQ Method


In This Topic
    jUQ Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function jUQ( _
       ByVal KUQ() As T, _
       ByVal lUQ As System.Integer, _
       ByVal MUQ As System.Integer, _
       ByVal nUQ As T _
    ) As System.Integer
    'Usage
     
    
    Dim KUQ() As T
    Dim lUQ As System.Integer
    Dim MUQ As System.Integer
    Dim nUQ As T
    Dim value As System.Integer
     
    value = NArrayHelpers(Of T).jUQ(KUQ, lUQ, MUQ, nUQ)
    internal static System.int jUQ( 
       T[] KUQ,
       System.int lUQ,
       System.int MUQ,
       T nUQ
    )

    Parameters

    KUQ
    lUQ
    MUQ
    nUQ
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also